Blazor コントロール
ISupportRangeEditing<T> インターフェース メンバ
メソッド 

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : ISupportRangeEditing<T> インターフェース

ISupportRangeEditing<T>データ型で公開されるメンバを以下の表に示します。

パブリック メソッド
 名前解説
 メソッドDetermines whether a new item can be inserted in the collection at the specified index. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドDetermines whether a new range of items can be inserted in the collection at the specified startingIndex.  
 メソッドDetermines whether the item at fromIndex can be moved to toIndex. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドDetermines whether the item at fromIndex can be moved to toIndex.  
 メソッドDetermines whether the item at the specified index can be removed from the collection. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドDetermines whether a range of items at the specified startingIndex can be removed from the collection.  
 メソッドDetermines whether the item at the specified index can be replaced in the collection. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドDetermines whether the items starting at the specified startingIndex can be replaced in the collection.  
 メソッドInserts the specified item at the specified index in the collection. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドInserts the specified items at the specified startingIndex in the collection.  
 メソッドMoves an item from the specified fromIndex to toIndex. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドMoves the items starting at the specified fromIndex to toIndex.  
 メソッドRemoves the item at the specified index from the collection. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドRemoves the items at the specified startingIndex from the collection.  
 メソッドReplaces the item at the specified index by the specified item. C1.DataCollection.ISupportEditing<T>から継承されます。
 メソッドReplaces the items starting at the specified startingIndex by the specified items.  
トップ
参照

ISupportRangeEditing<T> インターフェース
C1.DataCollection 名前空間